home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / MIDI / camd-37.1 / development / examples / drum / arrows.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-17  |  693 b   |  20 lines

  1. /* ======================================================================== *
  2.  *  Arrows.h -- a BOOPSI class implementing increment / decrement arrows
  3.  *                             By Talin.
  4.  *              Copyright © 1991 Sylvan Technical Arts
  5.  * ======================================================================== */
  6.  
  7. #define ARROW_Min           (TAG_USER+1)
  8. #define ARROW_Max           (TAG_USER+2)
  9. #define ARROW_Current       (TAG_USER+3)
  10. #define ARROW_IncreaseRate  (TAG_USER+4)
  11. #define ARROW_MaxRate       (TAG_USER+5)
  12.  
  13.     /* output-only tags */
  14.  
  15. #define ARROW_State         (TAG_USER+7)
  16.  
  17. #define ARROWSTATE_NONE     0
  18. #define ARROWSTATE_DEC      1
  19. #define ARROWSTATE_INC      2
  20.